ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ItemsBoundControl<T> Class / CreateChildComponents Method






In This Topic
    CreateChildComponents Method (ItemsBoundControl<T>)
    In This Topic
    Ensure the child components created.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub CreateChildComponents() 
    'Usage
     
    
    Dim instance As ItemsBoundControl(Of T)
     
    instance.CreateChildComponents()
    protected override void CreateChildComponents()
    protected procedure CreateChildComponents(); override; 
    protected override function CreateChildComponents();
    protected: void CreateChildComponents(); override 
    protected:
    void CreateChildComponents(); override 
    See Also